home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
ArtForTheMac.sea.hqx
/
Sample Scenes
/
Ball Scene
next >
Wrap
Text File
|
1992-09-27
|
579b
|
44 lines
# This simple scene contains two colored balls.
raysperpixel 8
output rlea
antialiasing adaptive
up(0.0, 0.5, 0.5)
fogfactor 0.000005
hazecolor 0.8, 0.7, 1.0
rfactor 0.4
lookat(8.0, 8.0, 0.0, 0.0, 0.0, 1.0, 0)
fieldofview 50.0
light {
colour 0.9, 0.9, 0.7
location (40.0, 10.0, 20.0)
}
light {
colour 0.7, 1.1, 1.1
location (10.0, 40.0, 20.0)
}
/* The balls */
sphere {
colour 0.3, 0.6, 0.3
material 0.2, 0.9, 0.1, 3.0
radius 3.0
center (0.0, 0.0, 0.0)
}
sphere {
colour 0.3, 0.3, 0.6
material 0.3, 0.8, 0.2, 2.0
radius 3.0
center (0.0, 0.0, 4.0)
}